.. _`Import Model`: .. _`org.sysess.sympathy.machinelearning.import`: Import Model ```````````` .. image:: import.svg :width: 48 Imports a model from disk Documentation ::::::::::::: Imports a model from disk .. warning:: This node **is not secure**. Only import models you trust. The :ref:`model data type` is based on Python's pickle protocol, and as such it can trigger execution of arbitrary code when imported. See also: https://docs.python.org/3/library/pickle.html#pickle-inst Definition :::::::::: Input ports ........... **filename** datasource Datasource Output ports ............ **out-model** model Output model Implementation .............. .. automodule:: node_io :noindex: .. class:: Import :noindex: